Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class
Members


In This Topic
    XamlCollection<T> Class
    In This Topic
    Represents a collection for the T.
    Object Model
    XamlCollection<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public MustInherit Class XamlCollection(Of T) 
    'Usage
     
    Dim instance As XamlCollection(Of T)
    [DefaultMember("Item")]
    public abstract class XamlCollection<T> 
    Type Parameters
    T
    Inheritance Hierarchy
    See Also